[INFO] cloning repository https://github.com/kfoq7/grrs-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kfoq7/grrs-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkfoq7%2Fgrrs-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkfoq7%2Fgrrs-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3d1e1704f48fcfd9c7187c80e8be377b708f7b92
[INFO] fixing kfoq7/grrs-cli against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkfoq7%2Fgrrs-cli" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kfoq7/grrs-cli
[INFO] finished tweaking git repo https://github.com/kfoq7/grrs-cli
[INFO] tweaked toml for git repo https://github.com/kfoq7/grrs-cli written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kfoq7/grrs-cli on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kfoq7/grrs-cli already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded assert_fs v1.1.2
[INFO] [stderr]   Downloaded assert_cmd v2.0.16
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 62873908a4fce3bc088a8fd9dc25b708f3dba487493cbc5c933b6e881a03f485
[INFO] running `Command { std: "docker" "start" "62873908a4fce3bc088a8fd9dc25b708f3dba487493cbc5c933b6e881a03f485", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "62873908a4fce3bc088a8fd9dc25b708f3dba487493cbc5c933b6e881a03f485" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62873908a4fce3bc088a8fd9dc25b708f3dba487493cbc5c933b6e881a03f485", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "62873908a4fce3bc088a8fd9dc25b708f3dba487493cbc5c933b6e881a03f485" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking linux-raw-sys v0.9.3
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling assert_cmd v2.0.16
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking iana-time-zone v0.1.63
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking tempfile v3.19.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]     Checking bstr v1.11.3
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]     Checking predicates v3.1.3
[INFO] [stderr]     Checking globset v0.4.16
[INFO] [stderr]     Checking ignore v0.4.23
[INFO] [stderr]     Checking structopt v0.3.26
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]     Checking assert_fs v1.1.2
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking chrono v0.4.40
[INFO] [stderr]     Checking grrs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find function `to_write` in crate `serde_json`
[INFO] [stdout]     --> src/tasks.rs:38:17
[INFO] [stdout]      |
[INFO] [stdout]   38 |       serde_json::to_write(file, &tasks)?;
[INFO] [stdout]      |                   ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/ser.rs:2169:1
[INFO] [stdout]      |
[INFO] [stdout] 2169 | / pub fn to_writer<W, T>(writer: W, value: &T) -> Result<()>
[INFO] [stdout] 2170 | | where
[INFO] [stdout] 2171 | |     W: io::Write,
[INFO] [stdout] 2172 | |     T: ?Sized + Serialize,
[INFO] [stdout]      | |__________________________- similarly named function `to_writer` defined here
[INFO] [stdout]      |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout]   38 |     serde_json::to_writer(file, &tasks)?;
[INFO] [stdout]      |                         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BufReader`
[INFO] [stdout]  --> src/tasks.rs:4:15
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::io::{BufReader, Result, Seek, SeekFrom};
[INFO] [stdout]   |               ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_write` in crate `serde_json`
[INFO] [stdout]     --> src/tasks.rs:38:17
[INFO] [stdout]      |
[INFO] [stdout]   38 |       serde_json::to_write(file, &tasks)?;
[INFO] [stdout]      |                   ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/ser.rs:2169:1
[INFO] [stdout]      |
[INFO] [stdout] 2169 | / pub fn to_writer<W, T>(writer: W, value: &T) -> Result<()>
[INFO] [stdout] 2170 | | where
[INFO] [stdout] 2171 | |     W: io::Write,
[INFO] [stdout] 2172 | |     T: ?Sized + Serialize,
[INFO] [stdout]      | |__________________________- similarly named function `to_writer` defined here
[INFO] [stdout]      |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout]   38 |     serde_json::to_writer(file, &tasks)?;
[INFO] [stdout]      |                         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BufReader`
[INFO] [stdout]  --> src/tasks.rs:4:15
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::io::{BufReader, Result, Seek, SeekFrom};
[INFO] [stdout]   |               ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ts_second` in this scope
[INFO] [stdout]   --> src/tasks.rs:11:20
[INFO] [stdout]    |
[INFO] [stdout] 11 |     #[serde(with = "ts_second")]
[INFO] [stdout]    |                    ^^^^^^^^^^^ use of unresolved module or unlinked crate `ts_second`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ts_second`, use `cargo add ts_second` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ts_second` in this scope
[INFO] [stdout]   --> src/tasks.rs:11:20
[INFO] [stdout]    |
[INFO] [stdout] 11 |     #[serde(with = "ts_second")]
[INFO] [stdout]    |                    ^^^^^^^^^^^ use of unresolved module or unlinked crate `ts_second`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ts_second`, use `cargo add ts_second` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `grrs` (bin "grrs" test) due to 2 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `grrs` (bin "grrs") due to 2 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "62873908a4fce3bc088a8fd9dc25b708f3dba487493cbc5c933b6e881a03f485", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62873908a4fce3bc088a8fd9dc25b708f3dba487493cbc5c933b6e881a03f485", kill_on_drop: false }`
[INFO] [stdout] 62873908a4fce3bc088a8fd9dc25b708f3dba487493cbc5c933b6e881a03f485
